runtime.errorAddressString.addr (field)

3 uses

	runtime (current package)
		error.go#L83: 	addr uintptr // memory address where the error occurred
		error.go#L98: 	return e.addr
		panic.go#L266: 	panic(errorAddressString{msg: "invalid memory address or nil pointer dereference", addr: addr})